fix(example): go mod tidy after cloudwatch v1.55.0 → v1.55.2 bump#341
Merged
intel352 merged 2 commits intodependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/cloudwatch-1.55.2from Mar 16, 2026
Conversation
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update aws-sdk-go-v2 to version 1.55.2
fix(example): go mod tidy after cloudwatch v1.55.0 → v1.55.2 bump
Mar 16, 2026
20ca76d
into
dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/cloudwatch-1.55.2
intel352
added a commit
that referenced
this pull request
Mar 16, 2026
…m 1.55.0 to 1.55.2 (#336) * build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch Bumps [github.com/aws/aws-sdk-go-v2/service/cloudwatch](https://github.com/aws/aws-sdk-go-v2) from 1.55.0 to 1.55.2. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.55.0...service/s3/v1.55.2) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatch dependency-version: 1.55.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix(example): go mod tidy after cloudwatch v1.55.0 → v1.55.2 bump (#341) * Initial plan * fix: run go mod tidy in example directory for cloudwatch v1.55.2 bump Co-authored-by: intel352 <77607+intel352@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: intel352 <77607+intel352@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: intel352 <77607+intel352@users.noreply.github.com> Co-authored-by: Jonathan Langevin <codingsloth@pm.me>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
example/directory has an independentgo.modthat wasn't tidied after the cloudwatch SDK bump, causing CI to fail withgo: updates to go.mod neededin both the Build and Validate Example Configs jobs.Changes
go mod tidyinexample/to sync transitive AWS SDK deps (aws-sdk-go-v2,internal/configsources,internal/endpoints/v2) with the updated cloudwatch v1.55.2 constraint💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.